|
Study
materials
https://www.dvteclipse.com/documentation/sv/
General
Always
save! |
ctrl+s,
ctrl+shift+s |
Link
navigator with editor |
.tmp)
|
Use DVT
perspective |
.tmp)
|
Navigation
Find
file |
ctrl+i |
Select
tab from all open tabs |
ctrl+e |
Jump to
line |
ctrl+l
|
Edit
text
Delete
line |
ctrl+d |
Move
current line or selection up or down |
alt+up/alt+down |
Autoformat
- you can highlight the piece of code or you can do it for the whole
file. |
ctrl+shift+f |
Commenting |
ctrl+/ |
Autocomplete |
ctrl+space |
Super
autocomplete |
ctrl+space+space |
Block
select mode |
shift+alt+a |
To
uppercase |
shift+ctrl+x |
To
lowercase |
shift+ctrl+y |
|
|
Searching
Toggle
yellow occurrence highlighting |
Alt+shift+o |
Search/replace
expression in current file |
ctrl+f |
Search
for file |
ctrl+i |
Search
expression in entire project |
ctrl+h,
or select an expression and ctrl+shift+g () |
Expend/collapse
results |
.tmp)
|
Just to
next occurrence in file |
ctrl+k |
Just to
previous occurrence in file |
ctrl+shift+k |
Remove
search result highlighting |
.tmp)
|
Code
navigation
Jump to
declaration |
f3 |
View
usages throughout project |
ctrl+shift+g |
Jump to
assignment |
ctrl+hover
Ctrl+f3 |
Inheritance
hierarchy |
f4 |
Quick
outline |
Ctrl+o |
On a
sequence |
ctrl+alt+shift+s
|
Find
type |
Ctrl+shift+t |
Brackets
Jump to
matching bracket |
Shift +
Ctrl + P |
Select
text between brackets |
double
click |
Expand/collapse
selection based on scope |
Shift +
alt + up/down |
|